#banner {
    margin-bottom: 90px;
    height: 100vh !important;
}

.banner-text a {
    font-family: 'Nexa Bold', sans-serif;
    font-size: 18pt;
    color: #d5a439;
    background-color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 25px;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: bold;
}

.header-box {
    width: 70%;
    padding: 20px;
    margin: 0 auto;
    background-color: var(--yellow);
    position: absolute;
    bottom: 0;
    right: 0%;
    left: 50%;
    transform: translate(-50%, 50%);
    border-radius: 25px;
    text-align: center;
}

.header-box h1 {
    font-family: 'Nexa Bold', sans-serif;
    font-size: 2.5rem;
    color: var(--brown);
    margin-bottom: 10px;
}

.header-box div {
    text-align: center;
    line-height: 1;
    font-size: 4vw;
    color: white;
    margin-bottom: 20px;

}

.header-box .lebanese {
    font-family: 'Aesthetik Script', cursive;
}

.header-box .artist {
    font-family: 'Nexa Extra Light', sans-serif;
}

.header-box .iconographer {
    font-family: 'Nexa Bold', sans-serif;
}

.banner-text {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px;
    margin-top: 90px;
    color: white;
}


.banner-text div:nth-of-type(1) {
    font-family: 'Nexa Extra Light', sans-serif;
    font-size: 4vw;
}

.banner-text div:nth-of-type(2) {
    font-family: 'Nexa Bold', sans-serif;
    font-size: 5vw;
    font-weight: bold;
}

.banner-text div:nth-of-type(3) {
    font-family: 'Aesthetik Script', cursive;
    font-size: 5vw;
    color: var(--yellow);
}




.martine {
    background-color: var(--red);
    display: flex;
    height: 40vh;
    align-items: flex-end;
    justify-content: center;
    padding: 0 40px;
    gap: 50px;
}

.martine img {
    height: 130%;
    width: auto;
}

.martine div {
    height: 85%;
    color: white;
}

.shop-text {
    width: 80%;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}

.icons {
	display: flex;
    align-items: flex-end;
    padding-bottom: 25px;
    margin-top: 40px;
    gap: 30px;
    overflow-x: auto;
    overflow-y: visible;
    position: relative;
    background: linear-gradient(to top, var(--blue) 65%, transparent 50%);
}

.icons::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.icons div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    color: white;
}

.icons img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}



@media screen and (max-width: 780px) {
	.martine {
		flex-wrap: wrap-reverse;
		height: auto;
		padding: 0 10%;
		padding-top: 60px;
	}
	
	.martine img {
		width: 100%;
	}
}